home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / git-4.3 / git-4 / git-4.3.11 / term / .gitrc.linux < prev    next >
Encoding:
Text File  |  1996-06-06  |  7.4 KB  |  284 lines

  1.  
  2. ###############################################################################
  3. ###                                        ###
  4. ###            GNU Interactive Tools 4.3.11 configuration file            ###
  5. ###   Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.   ###
  6. ###                                        ###
  7. ###############################################################################
  8.  
  9.  
  10. ###
  11. ### Linux virtual console configuration file.
  12. ###
  13.  
  14.  
  15. ###
  16. ### If your terminal supports the standard ANSI color sequences, set
  17. ### AnsiColors to ON ([GITxxx-Color] descriptions will be used).  If it
  18. ### doesn't, AnsiColors should be OFF ([GITxxx-Monochrome] descriptions
  19. ### will be used instead).
  20. ###
  21.  
  22. [Setup]
  23. TempDirectory        = /tmp
  24. AnsiColors        = ON    # empty means OFF
  25. UseLastScreenChar    = ON    # use the last character on the screen
  26. StartupScrollStep    =    # empty means half the number of lines
  27.  
  28.  
  29. #
  30. # WARNING: empty lines or lines begining with a comment are considered to
  31. # be end of sections !!!
  32. #
  33.  
  34. [GIT-Setup]
  35. StartupFileDisplayMode    = Size    # OwnerGroup, DateTime, Size, Mode or FullName
  36. StartupFileSortMethod    = Name    # Name, Extension, Size, Date, Mode, OwnerId, GroupId, OwnerName or GroupName
  37. ConfirmOnExit        =    # empty means OFF
  38. HistoryFile        = ~/.githistory
  39. InfoDisplay        = ON
  40. LeadingDotMatch        = ON    # OFF means that leading '.' is matched only explicitly
  41. TypeSensitivity        = ON    # Automatically set to OFF when AnsiColors is OFF
  42. NormalModeHelp        = F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit  ^CH Ln ^CS SymLn
  43. CommandLineModeHelp    = ^G-STOP ^B/^F-MOVE ^P/^N-HISTORY ^A-BOL ^E-EOL ^O-RESTORE ^X^C-EXIT ^Z-SUSPEND
  44. #NormalModeHelp        = System: \s   Host: \h   Machine: \m   Date: \d
  45. #CommandLineModeHelp    = System: \s   Host: \h   Machine: \m   Date: \d
  46.  
  47.  
  48. [GITPS-Setup]
  49. GitPsModeHelp        = Arrows-MOVE  space-SIGNALS  ^L-REFRESH  ^G/^X^C/F10-QUIT  ^Xk-KILL
  50.  
  51.  
  52. [GITVIEW-Setup]
  53. GitViewModeHelp        = Arrows/PgUp/PgDown/Home/End-MOVE ^L-REFRESH ^G/^X^C/F10-QUIT 0-9/a-f/A-F-OFFSET
  54.  
  55.  
  56. ###
  57. ### To ignore a section just comment its name
  58. ###
  59.  
  60. [GIT-FTI]
  61.  
  62.  
  63. ################################################
  64. ### Linux virtual console with color monitor ###
  65. ################################################
  66.  
  67. [GIT-Color]
  68. TitleForeground            = CYAN
  69. TitleBackground            = BLUE
  70. TitleBrightness            = ON
  71. UserName            = YELLOW
  72. TtyName                = YELLOW
  73. PanelFrame             = WHITE
  74. PanelBackground            = BLUE
  75. PanelSelectedFile        = YELLOW
  76. PanelSelectedFileBrightness    = ON
  77. PanelNotSelectedFile        = WHITE
  78. PanelNotSelectedFileBrightness    = ON
  79. PanelCurrentSelectedFile    = YELLOW
  80. PanelCurrentNotSelectedFile    = WHITE
  81. PanelCurrentFile        = CYAN
  82. PanelPath            = RED
  83. PanelPathBrightness        = OFF
  84. PanelDeviceFreeSpace        = RED
  85. PanelDeviceFreeSpaceBrightness    = OFF
  86. PanelFileInfo            = RED
  87. PanelFileInfoBrightness        = OFF
  88. PanelFilesInfo            = BLACK
  89. PanelFilesInfoBrightness    = OFF
  90. InputLineForeground        = WHITE
  91. InputLineBackground        = BLACK
  92. InputLineBrightness        = ON
  93. InputLineErrorForeground    = WHITE
  94. InputLineErrorBackground    = RED
  95. InputLineErrorBrightness    = ON
  96. StatusBarForeground        = BLACK
  97. StatusBarBackground        = CYAN
  98. StatusBarBrightness        = OFF
  99. StatusBarWarningForeground    = BLACK
  100. StatusBarWarningBackground    = WHITE
  101. StatusBarWarningBrightness    = OFF
  102. StatusBarErrorForeground    = WHITE
  103. StatusBarErrorBackground    = RED
  104. StatusBarErrorBrightness    = ON
  105.  
  106.  
  107. [GITPS-Color]
  108. TitleForeground            = CYAN
  109. TitleBackground            = BLUE
  110. TitleBrightness            = ON
  111. HeaderForeground        = CYAN
  112. HeaderBackground        = RED
  113. HeaderBrightness        = ON
  114. ScreenForeground        = BLACK
  115. ScreenBackground        = CYAN
  116. ScreenBrightness        = OFF
  117. StatusForeground        = CYAN
  118. StatusBackground        = BLUE
  119. StatusBrightness        = ON
  120.  
  121.  
  122. [GITVIEW-Color]
  123. TitleForeground            = CYAN
  124. TitleBackground            = BLUE
  125. TitleBrightness            = ON
  126. HeaderForeground        = CYAN
  127. HeaderBackground        = RED
  128. HeaderBrightness        = ON
  129. ScreenForeground        = BLACK
  130. ScreenBackground        = CYAN
  131. ScreenBrightness        = OFF
  132. StatusForeground        = CYAN
  133. StatusBackground        = BLUE
  134. StatusBrightness        = ON
  135.  
  136.  
  137. ################################################################
  138. ### Linux virtual console with monochrome monitor or b/w tty ###
  139. ################################################################
  140.  
  141. [GIT-Monochrome]
  142. TitleForeground            = WHITE
  143. TitleBackground            = BLACK
  144. TitleBrightness            = ON
  145. UserName            = WHITE
  146. TtyName                = WHITE
  147. PanelFrame             = WHITE
  148. PanelBackground         = BLACK
  149. PanelSelectedFile         = WHITE
  150. PanelSelectedFileBrightness    = ON
  151. PanelNotSelectedFile        = WHITE
  152. PanelNotSelectedFileBrightness    = OFF
  153. PanelCurrentSelectedFile    = WHITE
  154. PanelCurrentNotSelectedFile    = BLACK
  155. PanelCurrentFile        = WHITE
  156. PanelPath             = BLACK
  157. PanelPathBrightness         = OFF
  158. PanelDeviceFreeSpace            = BLACK
  159. PanelDeviceFreeSpaceBrightness    = OFF
  160. PanelFileInfo             = BLACK
  161. PanelFileInfoBrightness     = OFF
  162. PanelFilesInfo            = BLACK
  163. PanelFilesInfoBrightness    = OFF
  164. InputLineForeground        = WHITE
  165. InputLineBackground        = BLACK
  166. InputLineBrightness        = ON
  167. InputLineErrorForeground    = WHITE
  168. InputLineErrorBackground    = BLACK
  169. InputLineErrorBrightness    = ON
  170. StatusBarForeground         = BLACK
  171. StatusBarBackground         = WHITE
  172. StatusBarBrightness         = OFF
  173. StatusBarWarningForeground     = BLACK
  174. StatusBarWarningBackground     = WHITE
  175. StatusBarWarningBrightness     = OFF
  176. StatusBarErrorForeground     = BLACK
  177. StatusBarErrorBackground     = WHITE
  178. StatusBarErrorBrightness     = OFF
  179.  
  180.  
  181. [GITPS-Monochrome]
  182. TitleForeground            = BLACK
  183. TitleBackground            = WHITE
  184. TitleBrightness            = OFF
  185. HeaderForeground        = WHITE
  186. HeaderBackground        = BLACK
  187. HeaderBrightness        = ON
  188. ScreenForeground        = WHITE
  189. ScreenBackground        = BLACK
  190. ScreenBrightness        = OFF
  191. StatusForeground        = BLACK
  192. StatusBackground        = WHITE
  193. StatusBrightness        = OFF
  194.  
  195.  
  196. [GITVIEW-Monochrome]
  197. TitleForeground            = BLACK
  198. TitleBackground            = WHITE
  199. TitleBrightness            = OFF
  200. HeaderForeground        = WHITE
  201. HeaderBackground        = BLACK
  202. HeaderBrightness        = ON
  203. ScreenForeground        = WHITE
  204. ScreenBackground        = BLACK
  205. ScreenBrightness        = OFF
  206. StatusForeground        = BLACK
  207. StatusBackground        = WHITE
  208. StatusBrightness        = OFF
  209.  
  210.  
  211. ###
  212. ### COMMAND FORMAT:
  213. ### key = command name; formatted command; new dir; save screen; pause; hide
  214. ###
  215. ### DEFAULTS:
  216. ### save screen = y
  217. ### pause       = n
  218. ### hide        = n
  219. ###
  220. ### PLEASE READ THE INFO DOCUMENTATION FOR DETAILS
  221. ### BRIEF:
  222. ###
  223. ###     FORMAT SPECIFIERS:
  224. ###     - %s{question,default_answer}
  225. ###    - %?{confirmation}
  226. ###
  227. ###     - %f file (not directory)
  228. ###     - %d directory (not file)
  229. ###     - %l symbolic link
  230. ###    - %t fifo
  231. ###    - %z socket
  232. ###     - %a all kind of directory entry (file, directory, link, fifo, socket)
  233. ###     - %m current file mode
  234. ###     - %g current file group
  235. ###     - %o current file owner
  236. ###    - %p current panel path
  237. ###    - %b current panel directory name
  238. ###    - %i current panel selected (if any) or current file
  239. ###
  240. ###     **** For the other panel: *****
  241. ###
  242. ###     - %F file (not directory)
  243. ###    - %D directory (not file)
  244. ###     - %L symbolic link
  245. ###    - %T fifo
  246. ###    - %Z socket
  247. ###     - %A all kind of directory entry (file, directory, link, fifo, socket)
  248. ###     - %M current file mode
  249. ###     - %G current file group
  250. ###     - %O current file owner
  251. ###    - %P the other panel path
  252. ###    - %B the other panel directory name
  253. ###    - %I the other panel selected (if any) or current file
  254. ###
  255. ### For faster startup, try to keep this entries sorted alphabetically,
  256. ### at least locally.  The order is given by the key sequence.
  257. ###
  258.  
  259.  
  260. ###
  261. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  262. ###
  263.  
  264. [GIT-Keys]
  265. ^[[21~         = exit                    # F10
  266. ^[[23~        = GITPS; gitps;;n                # F11
  267. ^[[24~         = READ-MAIL; $GIT_RMAIL;;n            # F12
  268.  
  269.  
  270. ###
  271. ### Key sequences starting with characters between ' ' and '~' are ALLOWED.
  272. ###
  273.  
  274. [GITPS-Keys]
  275. ^[[21~        = exit                    # F10
  276.  
  277.  
  278. ###
  279. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  280. ###
  281.  
  282. [GITVIEW-Keys]
  283. ^[[21~        = exit                    # F10
  284.